home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 039a / mawk10.zip / THINK_C.H < prev    next >
C/C++ Source or Header  |  1991-10-05  |  709b  |  32 lines

  1.  
  2. /********************************************
  3. Think_C.h
  4.  
  5. copyright 1991, Michael D. Brennan
  6.  
  7. This is a source file for mawk, an implementation of
  8. the AWK programming language.
  9.  
  10. Mawk is distributed without warranty under the terms of
  11. the GNU General Public License, version 2, 1991.
  12. ********************************************/
  13.  
  14. /* Think C 4.0 for the Macintosh */
  15.  
  16. #ifndef   CONFIG_H
  17. #define   CONFIG_H      1
  18.  
  19. #define   HAVE_PROTOS           1
  20. #define   HAVE_STDARG_H         1
  21. #define   HAVE_STDLIB_H        1
  22.  
  23. #define   HAVE_MATHERR        0
  24. #define   FPE_TRAPS_ON        1
  25. #define   NOINFO_SIGFPE        1
  26.  
  27. #define   SIZE_T(x)        (size_t)(x)
  28.  
  29. #include ":config:Idefault.h"
  30.  
  31. #endif  /* CONFIG_H  */
  32.